ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Susy 2 Snippets

by kyleshevlin ALL

Collection of Susy 2 Snippets made for Sublime Text

Labels snippets

Details

Installs

  • Total 782
  • Win 345
  • Mac 365
  • Linux 72
Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Susy Snippets

This is a collection of Sublime Text snippets for Susy 2. These will work on files with the .sass and .scss extensions.

Installation

If you have Package Control installed, you can search for “Susy 2 Snippets” and install directly. Otherwise, navigate to your Sublime Text User directory in Terminal.

cd ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User

Once in the directory, you can clone the repo and Sublime Text should be all set to use these snippets.

Tab Triggers

Here are the tab triggers in alphabetical order:

  • al - Alpha Mixin
  • bl - Bleed Mixin
  • blx - Bleed-X Mixin
  • bly - Bleed-Y Mixin
  • br - Break Mixin
  • cof - Container Function
  • co - Container Mixin
  • fi - First Mixin
  • fu - Full Mixin
  • ga - Gallery Mixin
  • gbs - Global Box Sizing Mixin
  • guf - Gutters Function
  • gu - Gutters Mixin
  • is - Isolate Mixin
  • la - Last Mixin
  • lyf - Layout Function
  • ly - Layout Mixin
  • nef - Nested Function
  • ne - Nested Mixin
  • nb - Nobreak Mixin
  • om - Omega Mixin
  • pad - Pad Mixin
  • po - Post Mixin
  • pr - Pre Mixin
  • px - Prefix Mixin
  • pl - Pull Mixin
  • ph - Push Mixin
  • sg - Show Grid Mixin
  • spf - Span Function
  • sp - Span Mixin
  • sq - Squish Mixin
  • sx - Suffix Mixin
  • wl - With Layout Mixin

Warning: You may have some conflicting Tab Triggers if you've made your own snippets or have other packages with similar snippets. Feel free to customize this for your own use.